/* ############################################################################# */
/* MiniFileHost v1.5 modified default-style CSS                                  */
/* Originally written by Inekai - http://zzqshare.de                             */
/* Use with Mini File Host v1.5                                                  */
/* ############################################################################# */

html, body {
	margin: 0 auto 0 auto;
	padding: .5em;
	width: 790px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: url(../img/sitebg.jpg) repeat-x;
	background-color: #104A94;
	text-align: left;
}

p {
	text-align: left;
}


a {
	text-decoration: none;
	/* color:#12519F; */
	color:#0000AC;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color:#0000AC;
}


a.headlink {
	padding-bottom: 10px;
	font-size: 32px;
	color: white;
}

a.headlink:hover {
	text-decoration: none;
}

h1 {
	font-size: 18px;
	text-align: left;
}

h2 {
	text-align: justify;
	margin-top:10px;
	font-size:10px;
}

img {
	border: 0;
}

form {
	margin: 0px;
}

#account {
	text-align: right;
	color: white;
}
#account a {
	color: inherit;
}

#main {
	border: 1px solid #aaaaaa;
	background-color: white;
	padding: 20px;
	text-align: center;
}

#main p,form,h1 {
	text-align: center;
}

#main form table {
	margin: 0 auto;
}

#main div {
	margin: 0 auto;
}

#main #download-info {
	padding: 1em;
	border: 1px solid #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1em;
	margin: 1em;
	box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px #999;
	-o-box-shadow: 5px 5px 5px #999;
	-khtml-box-shadow: 5px 5px 5px #999;
}

#main table {
	margin: 1em auto;
}

table#otherfiles {
	width: 96.5%;
	border-spacing: 0;
	padding: 1em;
	border: 1px solid #999;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1em;
	margin: 1em;
	box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px #999;
	-o-box-shadow: 5px 5px 5px #999;
	-khtml-box-shadow: 5px 5px 5px #999;
}

table#otherfiles thead tr.titlerow {
	font-size: 200%;
	background: white;
}

table#otherfiles thead tr.titlerow td {
	border-bottom: 0;
	padding-bottom: .25em;
}

table#otherfiles thead tr.titlerow td h1 {
	margin: 0;
}

table#otherfiles thead tr {
	font-weight: bold;
}

table#otherfiles thead tr td {
	border-bottom: 2px solid black;
}

table#otherfiles tr {
	border-left: 0;
	border-top: 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #e5e5e5 url(../img/button03.gif) repeat-x;
	height: 25px;
}

table#otherfiles tr td.firstcol {
	border-left: 1px solid #ccc;
}

table#otherfiles tr td {
	border: inherit;
}

div#container {
	border: 1px solid #999;
}

.bold {
	font-weight: bold; 
}

.row {
	background: #e5e5e5 url(../img/button03.gif) repeat-x;
	border: 1px solid #ccc;
	border-bottom: none;
}

.left {
	width: 20%;
	text-align: right;
	padding: .25em;
	float: left;
}

.right {
	padding-left: 22%; /* at least match width of .left */
	text-align: left;
}

.fileinfo {
	padding: .25em;
	border-left: 1px solid #ccc;
	color: #000080;
}

.error {
	color: red;
	font-weight: bold;
}

.center {
	text-align: center;
}

div#upload-container {
	overflow: hidden;
}

.uploadrow {
	float: left;
	position: relative;
	width: 90%;
	left: 50%;
}

.uploadrow-inner {
	float: left;
	position: relative;
	width: 100%;
	left: -50%;
}

.leftupload {
	width: 30%;
	text-align: right;
	float: left;
	padding: .3em;
}

.rightupload {
	text-align: left;
	float: left;
	padding-left: .5em;
}

input {
	background:url(../img/button03.gif);
	border:1px solid #999999;
	width: 25em;
}

input#upload {
	width: auto;
}

input#download {
	margin-top: 1em;
	width: auto;
}

input#cancel {
	width: auto;
}

input#emailme {
	width: auto;
}

textarea{
	background:url(../img/input_back.gif) repeat-x;
	border:1px solid #999999;
}

.faqheader{
font-size:15px;
font-weight:bold;
margin-bottom:0px;
}

.faqbody{
font-size:13px;
margin-top:0px;
margin-bottom:15px;
text-align:justify;
}

p#copyright {
	color: white;
	font-family: Verdana;
	text-align: center;
	font-size: x-small;
}

p#poweredby {
	color: white;
	font-family: Verdana;
	text-align: center;
	font-size: x-small;
}
